AutoXChange 2007 XML Reference Tailor Made Software  
Add Single Line Text to Insert

The following syntax allows the user to add a single line of text in the middle of the given Block Reference.

XML Syntax

<BlockRef>
    <Name>lote</Name>
    <Handle>D5</Handle>
    <Text>Sample D5</Text>
    <TextHeight>.2</TextHeight>
</BlockRef>

XML Specifics

 Name This is the name of the Block Definition. This is actually optional, but makes the file easier to read.
 Handle This is the AutoCAD Entity Handle. It defines the specific Block Reference (Insert) being modified.
 Text The text string to add at the middle of the Block Reference.
 TextHeight The height (in World Coordinates) of the text to be added.

 

<BlockRef>
    <Name>lote</Name>
    <Handle>D9</Handle>
    <Color>2</Color>
    <Text>Sample D9\PLine 2\PLine 3</Text>
    <TextHeight>.2</TextHeight>
    <HatchType>ANSI32</HatchType>
</BlockRef>



 
Copyright © 2006 Tailor Made Software, Ltd